func log/slog.byteSlice

2 uses

	log/slog (current package)
		text_handler.go#L112: 		if bs, ok := byteSlice(v.any); ok {
		text_handler.go#L127: func byteSlice(a any) ([]byte, bool) {